/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    outlet
    {
        type            patch;
        nFaces          50;
        startFace       7870;
    }
    inlet
    {
        type            patch;
        nFaces          10;
        startFace       7920;
    }
    wedge-1
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          4000;
        startFace       7930;
    }
    wedge-2
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          4000;
        startFace       11930;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          120;
        startFace       15930;
    }
)

// ************************************************************************* //
